Skip to content

Commit ec62ea2

Browse files
committed
feat(google-crc32c): Remove obsolete conditional dependency in setup.py
1 parent dd2b275 commit ec62ea2

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

packages/google-crc32c/setup.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -104,9 +104,7 @@ def build_c_extension():
104104
package_dir={"": "src"},
105105
ext_modules=[module],
106106
cmdclass={"build_ext": BuildExtWithDLL},
107-
install_requires=[
108-
"importlib_resources>=1.3 ; python_version < '3.9' and os_name == 'nt'"
109-
],
107+
install_requires=[],
110108
)
111109

112110

0 commit comments

Comments
 (0)