mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 18:23:44 +00:00
python312Packages.adal: use pyproject = true
This commit is contained in:
parent
084a9982ef
commit
bce7c24ddc
@ -6,12 +6,13 @@
|
||||
, pytestCheckHook
|
||||
, python-dateutil
|
||||
, requests
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "adal";
|
||||
version = "1.2.7";
|
||||
format = "setuptools";
|
||||
pyproject = true;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "AzureAD";
|
||||
@ -24,7 +25,11 @@ buildPythonPackage rec {
|
||||
sed -i '/cryptography/d' setup.py
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
pyjwt
|
||||
python-dateutil
|
||||
requests
|
||||
|
Loading…
Reference in New Issue
Block a user