treewide: remove python39Packages.ruamel_yaml aliases

This commit is contained in:
Sandro Jäckel 2021-11-03 11:10:50 +01:00
parent 65dd301801
commit b5cfd8dd69
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5
11 changed files with 11 additions and 11 deletions

View file

@ -42,7 +42,7 @@ in python3.pkgs.buildPythonApplication rec {
mutagen
pycdio
pygobject3
ruamel_yaml
ruamel-yaml
discid
pillow
];

View file

@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
atomicwrites
configobj
vobject
ruamel_yaml
ruamel-yaml
ruamel_base
unidecode
];

View file

@ -34,7 +34,7 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
buildInputs = [ ffmpeg qtbase ];
propagatedBuildInputs = with python3Packages; [ appdirs atomicwrites attrs click matplotlib numpy pyqt5 ruamel_yaml ];
propagatedBuildInputs = with python3Packages; [ appdirs atomicwrites attrs click matplotlib numpy pyqt5 ruamel-yaml ];
dontWrapQtApps = true;

View file

@ -220,7 +220,7 @@ in with py.pkgs; buildPythonApplication rec {
pytz
pyyaml
requests
ruamel_yaml
ruamel-yaml
voluptuous
voluptuous-serialize
yarl

View file

@ -27,7 +27,7 @@ python3.pkgs.buildPythonPackage rec {
pycryptodome
python-olm
python_magic
ruamel_yaml
ruamel-yaml
unpaddedbase64
yarl
] ++ lib.optional enableSystemd systemd;

View file

@ -24,7 +24,7 @@ python3.pkgs.buildPythonPackage rec {
python-olm
python_magic
qrcode
ruamel_yaml
ruamel-yaml
unpaddedbase64
yarl
];

View file

@ -47,7 +47,7 @@ in python.pkgs.buildPythonPackage rec {
mautrix
sqlalchemy
CommonMark
ruamel_yaml
ruamel-yaml
python_magic
telethon
telethon-session-sqlalchemy

View file

@ -82,7 +82,7 @@ with py.pkgs; buildPythonApplication rec {
prompt-toolkit
pyyaml
rsa
ruamel_yaml
ruamel-yaml
s3transfer
six
wcwidth

View file

@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
borgbackup
colorama
jsonschema
ruamel_yaml
ruamel-yaml
requests
setuptools
];

View file

@ -32,7 +32,7 @@ buildPythonApplication rec {
pythonImportsCheck = [ "bkyml" ];
propagatedBuildInputs = [
ruamel_yaml
ruamel-yaml
setuptools
];

View file

@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
];
propagatedBuildInputs = with python3Packages; [
requests ruamel_yaml appdirs
requests ruamel-yaml appdirs
sleekxmpp dnspython
emoji
psutil