python3Packages.pytensor: fix build dependency
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
fetchFromGitHub,
|
||||
|
||||
# build-system
|
||||
setuptools,
|
||||
cython,
|
||||
versioneer,
|
||||
|
||||
@@ -46,6 +47,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
build-system = [
|
||||
setuptools
|
||||
cython
|
||||
versioneer
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user