mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-11 08:13:04 +00:00
Merge pull request #144407 from SuperSandro2000/ruamel_yaml
This commit is contained in:
commit
a478ce5fcc
@ -42,7 +42,7 @@ in python3.pkgs.buildPythonApplication rec {
|
||||
mutagen
|
||||
pycdio
|
||||
pygobject3
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
discid
|
||||
pillow
|
||||
];
|
||||
|
@ -18,7 +18,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||
atomicwrites
|
||||
configobj
|
||||
vobject
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
ruamel_base
|
||||
unidecode
|
||||
];
|
||||
|
@ -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;
|
||||
|
||||
|
@ -220,7 +220,7 @@ in with py.pkgs; buildPythonApplication rec {
|
||||
pytz
|
||||
pyyaml
|
||||
requests
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
voluptuous
|
||||
voluptuous-serialize
|
||||
yarl
|
||||
|
@ -27,7 +27,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||
pycryptodome
|
||||
python-olm
|
||||
python_magic
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
unpaddedbase64
|
||||
yarl
|
||||
] ++ lib.optional enableSystemd systemd;
|
||||
|
@ -24,7 +24,7 @@ python3.pkgs.buildPythonPackage rec {
|
||||
python-olm
|
||||
python_magic
|
||||
qrcode
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
unpaddedbase64
|
||||
yarl
|
||||
];
|
||||
|
@ -47,7 +47,7 @@ in python.pkgs.buildPythonPackage rec {
|
||||
mautrix
|
||||
sqlalchemy
|
||||
CommonMark
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
python_magic
|
||||
telethon
|
||||
telethon-session-sqlalchemy
|
||||
|
@ -82,7 +82,7 @@ with py.pkgs; buildPythonApplication rec {
|
||||
prompt-toolkit
|
||||
pyyaml
|
||||
rsa
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
s3transfer
|
||||
six
|
||||
wcwidth
|
||||
|
@ -21,7 +21,7 @@ python3Packages.buildPythonApplication rec {
|
||||
borgbackup
|
||||
colorama
|
||||
jsonschema
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
requests
|
||||
setuptools
|
||||
];
|
||||
|
@ -32,7 +32,7 @@ buildPythonApplication rec {
|
||||
pythonImportsCheck = [ "bkyml" ];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
ruamel_yaml
|
||||
ruamel-yaml
|
||||
setuptools
|
||||
];
|
||||
|
||||
|
@ -16,7 +16,7 @@ python3Packages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = with python3Packages; [
|
||||
requests ruamel_yaml appdirs
|
||||
requests ruamel-yaml appdirs
|
||||
sleekxmpp dnspython
|
||||
emoji
|
||||
psutil
|
||||
|
Loading…
Reference in New Issue
Block a user