[arch-commits] Commit in mongodb (repos/community-x86_64/PKGBUILD trunk/PKGBUILD)

Eli Schwartz eschwartz at archlinux.org
Mon Jan 29 19:37:00 UTC 2018


    Date: Monday, January 29, 2018 @ 19:36:59
  Author: eschwartz
Revision: 287882

FS#56878 Move python2-yaml from makedepends to checkdepends.

Modified:
  mongodb/repos/community-x86_64/PKGBUILD
  mongodb/trunk/PKGBUILD

---------------------------------+
 repos/community-x86_64/PKGBUILD |    4 ++--
 trunk/PKGBUILD                  |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

Modified: repos/community-x86_64/PKGBUILD
===================================================================
--- repos/community-x86_64/PKGBUILD	2018-01-29 19:36:41 UTC (rev 287881)
+++ repos/community-x86_64/PKGBUILD	2018-01-29 19:36:59 UTC (rev 287882)
@@ -15,8 +15,8 @@
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'yaml-cpp' 'lsb-release' 'wiredtiger'
          'libstemmer')
 makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'python2-setuptools' 'python2-regex'
-             'python2-cheetah' 'python2-typing' 'python2-requests')
-checkdepends=('python2-pymongo' 'python2-yaml')
+             'python2-cheetah' 'python2-typing' 'python2-requests' 'python2-yaml')
+checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff'
             'mongodb-tools: mongoimport, mongodump, mongotop, etc')
 backup=('etc/mongodb.conf')

Modified: trunk/PKGBUILD
===================================================================
--- trunk/PKGBUILD	2018-01-29 19:36:41 UTC (rev 287881)
+++ trunk/PKGBUILD	2018-01-29 19:36:59 UTC (rev 287882)
@@ -15,8 +15,8 @@
 depends=('pcre' 'snappy' 'openssl' 'libsasl' 'yaml-cpp' 'lsb-release' 'wiredtiger'
          'libstemmer')
 makedepends=('scons' 'readline' 'ncurses' 'libpcap' 'python2-setuptools' 'python2-regex'
-             'python2-cheetah' 'python2-typing' 'python2-requests')
-checkdepends=('python2-pymongo' 'python2-yaml')
+             'python2-cheetah' 'python2-typing' 'python2-requests' 'python2-yaml')
+checkdepends=('python2-pymongo')
 optdepends=('libpcap: needed for mongosniff'
             'mongodb-tools: mongoimport, mongodump, mongotop, etc')
 backup=('etc/mongodb.conf')



More information about the arch-commits mailing list