mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
python3Packages.internetarchive: make backports_csv universal dep
This commit is contained in:
parent
088224843a
commit
fff7aded42
@ -24,7 +24,8 @@ buildPythonPackage rec {
|
||||
args
|
||||
schema
|
||||
setuptools
|
||||
] ++ lib.optional (!isPy3k) backports_csv;
|
||||
backports_csv
|
||||
];
|
||||
|
||||
checkInputs = [ pytest responses glibcLocales ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user