Skip to content

Commit c59a559

Browse files
s0undt3chgarethgreenaway
authored andcommitted
Don't install pyinotify on openbsd
See #60181 (comment)
1 parent 070597e commit c59a559

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

requirements/static/ci/common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ napalm; sys_platform != 'win32' and python_version > '3.6'
2828
paramiko>=2.1.6; sys_platform != 'win32' and sys_platform != 'darwin'
2929
passlib>=1.7.2; sys_platform != 'win32'
3030
pycurl>=7.43.0.5
31-
pyinotify>=0.9.6; sys_platform != 'win32' and sys_platform != 'darwin'
31+
pyinotify>=0.9.6; sys_platform != 'win32' and sys_platform != 'darwin' and platform_system != "openbsd"
3232
python-etcd>0.4.2
3333
pyvmomi
3434
requests

requirements/static/ci/py3.10/freebsd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ pyeapi==0.8.3
702702
# via napalm
703703
pygit2==1.5.0 ; python_version >= "3.7"
704704
# via -r requirements/static/ci/freebsd.in
705-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
705+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
706706
# via -r requirements/static/ci/common.in
707707
pyjwt==2.0.0
708708
# via adal

requirements/static/ci/py3.10/linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -717,7 +717,7 @@ pygit2==1.5.0 ; python_version > "3.8"
717717
# via -r requirements/static/ci/linux.in
718718
pyiface==0.0.11
719719
# via -r requirements/static/ci/linux.in
720-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
720+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
721721
# via -r requirements/static/ci/common.in
722722
pyjwt==1.7.1
723723
# via adal

requirements/static/ci/py3.5/linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -707,7 +707,7 @@ pygit2==1.0.3 ; python_version <= "3.8"
707707
# via -r requirements/static/ci/linux.in
708708
pyiface==0.0.11
709709
# via -r requirements/static/ci/linux.in
710-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
710+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
711711
# via -r requirements/static/ci/common.in
712712
pyjwt==1.7.1
713713
# via adal

requirements/static/ci/py3.6/linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ pygit2==1.0.3 ; python_version <= "3.8"
705705
# via -r requirements/static/ci/linux.in
706706
pyiface==0.0.11
707707
# via -r requirements/static/ci/linux.in
708-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
708+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
709709
# via -r requirements/static/ci/common.in
710710
pyjwt==1.7.1
711711
# via adal

requirements/static/ci/py3.7/freebsd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,7 @@ pyeapi==0.8.3
710710
# via napalm
711711
pygit2==1.5.0 ; python_version >= "3.7"
712712
# via -r requirements/static/ci/freebsd.in
713-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
713+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
714714
# via -r requirements/static/ci/common.in
715715
pyjwt==2.0.0
716716
# via adal

requirements/static/ci/py3.7/linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ pygit2==1.0.3 ; python_version <= "3.8"
723723
# via -r requirements/static/ci/linux.in
724724
pyiface==0.0.11
725725
# via -r requirements/static/ci/linux.in
726-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
726+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
727727
# via -r requirements/static/ci/common.in
728728
pyjwt==1.7.1
729729
# via adal

requirements/static/ci/py3.8/freebsd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ pyeapi==0.8.3
702702
# via napalm
703703
pygit2==1.5.0 ; python_version >= "3.7"
704704
# via -r requirements/static/ci/freebsd.in
705-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
705+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
706706
# via -r requirements/static/ci/common.in
707707
pyjwt==2.0.0
708708
# via adal

requirements/static/ci/py3.8/linux.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -715,7 +715,7 @@ pygit2==1.0.3 ; python_version <= "3.8"
715715
# via -r requirements/static/ci/linux.in
716716
pyiface==0.0.11
717717
# via -r requirements/static/ci/linux.in
718-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
718+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
719719
# via -r requirements/static/ci/common.in
720720
pyjwt==1.7.1
721721
# via adal

requirements/static/ci/py3.9/freebsd.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ pyeapi==0.8.3
702702
# via napalm
703703
pygit2==1.5.0 ; python_version >= "3.7"
704704
# via -r requirements/static/ci/freebsd.in
705-
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin"
705+
pyinotify==0.9.6 ; sys_platform != "win32" and sys_platform != "darwin" and platform_system != "openbsd"
706706
# via -r requirements/static/ci/common.in
707707
pyjwt==2.0.0
708708
# via adal

0 commit comments

Comments
 (0)