File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
pkgs/development/python-modules/python-mbedtls Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 1212
1313buildPythonPackage rec {
1414 pname = "python-mbedtls" ;
15- version = "2.8.0 " ;
16- format = "setuptools" ;
15+ version = "2.10.1 " ;
16+ pyproject = true ;
1717
1818 src = fetchFromGitHub {
1919 owner = "Synss" ;
2020 repo = "python-mbedtls" ;
2121 rev = version ;
22- hash = "sha256-gMFludfAprQ/1JR77Ee6/xVvGLJ9pY1LrouLpSKVrzk =" ;
22+ hash = "sha256-eKKb12G/0QAcwtv5Yk/92QXhMipeKOfKR1JEaNHDIlg =" ;
2323 } ;
2424
25- nativeBuildInputs = [
25+ build-system = [
2626 cython
2727 setuptools
2828 ] ;
2929
3030 buildInputs = [ mbedtls_2 ] ;
3131
32- propagatedBuildInputs = [
32+ dependencies = [
3333 certifi
3434 typing-extensions
3535 ] ;
3636
37+ __darwinAllowLocalNetworking = true ;
38+
3739 nativeCheckInputs = [ pytestCheckHook ] ;
3840
3941 pythonImportsCheck = [ "mbedtls" ] ;
You can’t perform that action at this time.
0 commit comments