python3Packages.internetarchive: make backports_csv universal dep
This commit is contained in:
parent
088224843a
commit
fff7aded42
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ buildPythonPackage rec {
|
|||
args
|
||||
schema
|
||||
setuptools
|
||||
] ++ lib.optional (!isPy3k) backports_csv;
|
||||
backports_csv
|
||||
];
|
||||
|
||||
checkInputs = [ pytest responses glibcLocales ];
|
||||
|
||||
|
|
Loading…
Reference in a new issue