roc-tracer: remove py-setuptools since it is not used (#25010)

This commit is contained in:
Harmen Stoppels 2021-07-26 10:27:33 +02:00 committed by GitHub
parent 6d30299d80
commit c912911d0e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -28,7 +28,6 @@ class RoctracerDev(CMakePackage):
version('3.5.0', sha256='7af5326c9ca695642b4265232ec12864a61fd6b6056aa7c4ecd9e19c817f209e')
depends_on('cmake@3:', type='build')
depends_on('py-setuptools@:44', type='build')
depends_on('python@:2', type='build', when='@:4.1.0')
depends_on('python@3:', type='build', when='@4.2.0:')
depends_on('py-cppheaderparser', type='build')