development/conan: Fix redundant deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-12-14 10:38:57 -07:00 committed by Willy Sudiarto Raharjo
parent c21ae1d482
commit d2cd7eff8a
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/conan-io/conan/archive/0.21.1/conan-0.21.1.tar.gz"
MD5SUM="70093441ca250ff825bc4fd8e4661046"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python2-PyYAML boto python2-passlib colorama cfgparse pyjwt python2-patch fasteners bottle node-semver pluginbase"
REQUIRES="boto python2-passlib colorama cfgparse pyjwt python2-patch fasteners bottle node-semver pluginbase"
MAINTAINER="Andre Barboza"
EMAIL="bmg.andre@gmail.com"