python310Packages.dremel3dpy: removal of pinning is no longer needed

main
Fabian Affolter 2 years ago committed by GitHub
parent bbdee55013
commit 6e819e8251
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      pkgs/development/python-modules/dremel3dpy/default.nix

@ -35,11 +35,6 @@ buildPythonPackage rec {
yarl
];
postPatch = ''
# Ignore the pinning
sed -i -e "s/==[0-9.]*//" setup.py
'';
# Module has no tests
doCheck = false;

Loading…
Cancel
Save