python39Packages.apptools: add prerequisite
This commit is contained in:
parent
a4023d8164
commit
cfd96284ab
@ -1,7 +1,7 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage
|
{ lib, fetchPypi, buildPythonPackage
|
||||||
, configobj, six, traitsui
|
, configobj, six, traitsui
|
||||||
, pytestCheckHook, tables, pandas
|
, pytestCheckHook, tables, pandas
|
||||||
, pythonOlder, importlib-resources
|
, importlib-resources
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
@ -17,7 +17,6 @@ buildPythonPackage rec {
|
|||||||
configobj
|
configobj
|
||||||
six
|
six
|
||||||
traitsui
|
traitsui
|
||||||
] ++ lib.optionals (pythonOlder "3.9") [
|
|
||||||
importlib-resources
|
importlib-resources
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user