mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.plaster-pastedeploy: pep517 build, setuptools 81 pin
This commit is contained in:
parent
b44ac20dfb
commit
9e8a6e9c9b
1 changed files with 5 additions and 2 deletions
|
|
@ -2,6 +2,7 @@
|
|||
lib,
|
||||
buildPythonPackage,
|
||||
fetchPypi,
|
||||
setuptools_80,
|
||||
plaster,
|
||||
pastedeploy,
|
||||
pytestCheckHook,
|
||||
|
|
@ -10,7 +11,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "plaster-pastedeploy";
|
||||
version = "1.0.1";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchPypi {
|
||||
pname = "plaster_pastedeploy";
|
||||
|
|
@ -18,7 +19,9 @@ buildPythonPackage rec {
|
|||
hash = "sha256-viYubS5BpyZIddqi/ihQy7BhVyi83JKCj9xyc244FBI=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
plaster
|
||||
pastedeploy
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue