Merge pull request #203257 from applePrincess/fix-atomman
This commit is contained in:
commit
099543b12b
@ -20,6 +20,7 @@
|
||||
, setuptools
|
||||
, toolz
|
||||
, xmltodict
|
||||
, pythonRelaxDepsHook
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -38,6 +39,7 @@ buildPythonPackage rec {
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
pythonRelaxDepsHook
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
@ -54,6 +56,8 @@ buildPythonPackage rec {
|
||||
xmltodict
|
||||
];
|
||||
|
||||
pythonRelaxDeps = [ "potentials" ];
|
||||
|
||||
preCheck = ''
|
||||
# By default, pytestCheckHook imports atomman from the current directory
|
||||
# instead of from where `pip` installs it and fails due to missing Cython
|
||||
|
Loading…
Reference in New Issue
Block a user