mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
python3Packages.pycddl: modernize
This commit is contained in:
parent
db9e1d2468
commit
12c65e25b7
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "pycddl";
|
||||
version = "0.6.3";
|
||||
format = "pyproject";
|
||||
pyproject = true;
|
||||
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
|
|
Loading…
Reference in a new issue