mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 08:01:31 +00:00
python3Packages.svgdigitizer: relax deps on astropy to allow building
https://github.com/echemdb/svgdigitizer/issues/298
This commit is contained in:
@@ -42,6 +42,11 @@ buildPythonPackage rec {
|
||||
setuptools
|
||||
];
|
||||
|
||||
# https://github.com/echemdb/svgdigitizer/issues/298
|
||||
pythonRelaxDeps = [
|
||||
"astropy"
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
astropy
|
||||
click
|
||||
|
||||
Reference in New Issue
Block a user