From 904ed200b8fcd92f275bfa7a8a05661d5af1b8c8 Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 27 Mar 2014 10:25:29 +0000 Subject: [PATCH] Add pyglet to hosted packages --- direct/src/p3d/thirdparty.pdef | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/direct/src/p3d/thirdparty.pdef b/direct/src/p3d/thirdparty.pdef index d272c805a0..6148f27d58 100644 --- a/direct/src/p3d/thirdparty.pdef +++ b/direct/src/p3d/thirdparty.pdef @@ -147,3 +147,9 @@ class box2d(package): require('panda3d') module('Box2D', required = True) + +class pyglet(package): + config(display_name = "pyglet") + require('panda3d') + + module('pyglet', required = True)