mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
python3Packages.masky: pep517 build, pin setuptools 80
This commit is contained in:
parent
cafee09a90
commit
5bb6e1f605
1 changed files with 5 additions and 2 deletions
|
|
@ -7,12 +7,13 @@
|
|||
fetchFromGitHub,
|
||||
impacket,
|
||||
pyasn1,
|
||||
setuptools_80,
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "masky";
|
||||
version = "0.2.0";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "Z4kSec";
|
||||
|
|
@ -21,7 +22,9 @@ buildPythonPackage rec {
|
|||
hash = "sha256-npRuszHkxwjJ+B+q8eQywXPd0OX0zS+AfCro4TM83Uc=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [ setuptools_80 ];
|
||||
|
||||
dependencies = [
|
||||
asn1crypto
|
||||
colorama
|
||||
cryptography
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue