mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
update to pygit2>=1.4.0 for arch compatibility
This commit is contained in:
parent
406f6a625f
commit
511e49fc10
2 changed files with 2 additions and 2 deletions
|
@ -2,4 +2,4 @@
|
|||
pyiface
|
||||
pygit2<=0.28.2; python_version < '3.8'
|
||||
pygit2<1.1.0; python_version == '3.8'
|
||||
pygit2>=1.2.0; python_version >= '3.9'
|
||||
pygit2>=1.4.0; python_version >= '3.9'
|
||||
|
|
|
@ -183,7 +183,7 @@ pycparser==2.17
|
|||
pycryptodomex==3.9.8
|
||||
pycurl==7.43.0.6
|
||||
pyeapi==0.8.3 # via napalm
|
||||
pygit2==1.2.0 ; python_version >= "3.9"
|
||||
pygit2==1.4.0 ; python_version >= "3.9"
|
||||
pyiface==0.0.11
|
||||
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
|
||||
pyjwt==1.7.1 # via adal
|
||||
|
|
Loading…
Add table
Reference in a new issue